home *** CD-ROM | disk | FTP | other *** search
/ Adobe Graphics & Publishing SDK 1996 December / Adobe Graphics & Publishing SDK 1996 December.iso / mac / PageMaker 6.5 SDK Mac / SourceCode / PageMakerClassLibrary / Queries / PGetRuleAbove.h < prev    next >
C/C++ Source or Header  |  1996-09-04  |  749b  |  37 lines

  1. /*
  2.  *--- PGetRuleAbove.h -----------------------------------------------------
  3.  * Copyright (c) 1995-96 Adobe Systems Incorporated.  All rights reserved.
  4.  * Created on Sun, Oct 22, 1995 @ 4:49 PM by Paul Ferguson.
  5.  *
  6.  * Description:
  7.  *-------------------------------------------------------------------------
  8.  */
  9. #ifndef __PGetRuleAbove__
  10. #define __PGetRuleAbove__
  11.  
  12. #include "PHandleQuery.h"
  13.  
  14. #include "PMTypes.h"
  15.  
  16. class PGetRuleAbove : public PHandleQuery
  17. {
  18.  
  19. public:
  20.  
  21.     PGetRuleAbove();
  22.     
  23.     PMBool            bOnOff;
  24.     short            cLineStyle;
  25.     const char *    sLineColor;
  26.     short            cLineWidth;
  27.     long            xLeftIndent;
  28.     long            xRightIndent;
  29.     short            dWeight;
  30.     PMBool            bOpaque;
  31.     short            nLineTint;
  32. };
  33.  
  34. #endif
  35.  
  36. // end of PGetRuleAbove.h
  37.